From bccb30c4229e6d3254d2d5b2251384b07f880e84 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 19 Mar 2003 11:11:50 +0000 Subject: [PATCH] ("Latin-6"): Fix input-method. ("Latin-7"): Fix input-method. --- lisp/language/european.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lisp/language/european.el b/lisp/language/european.el index 69c3587c981..7c8d728523c 100644 --- a/lisp/language/european.el +++ b/lisp/language/european.el @@ -381,8 +381,7 @@ and it selects the Spanish tutorial.")) "Latin-6" `((coding-system latin-6) (coding-priority latin-6) (nonascii-translation . ,(get 'decode-iso-latin-6 'translation-table)) - (input-method . latin-pre) - (input-method . latin-pre) + (input-method . "latin-prefix") (features code-pages) (documentation . "Support for Latin-6.")) '("European")) @@ -392,7 +391,7 @@ and it selects the Spanish tutorial.")) (coding-priority latin-7) (nonascii-translation . ,(get 'decode-iso-latin-7 'translation-table)) - (input-method . latin-pre) + (input-method . "latin-prefix") (features code-pages) (documentation . "Support for Latin-7, e.g. Latvian, Lithuanian.")) '("European")) -- 2.30.2